home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / msds-prl / ptchds19.zoo / tell_t < prev    next >
Text File  |  1992-02-23  |  803b  |  32 lines

  1. MS-DOS patches to perl.
  2. Apply this patch to the standard perl source, version 4, patch level 19,
  3. using "patch -p."  Do this in the root directory of the perl source
  4. distribution.
  5.  
  6. You can cat all these patches together and pipe the output to patch -p.
  7.  
  8. Len Reed
  9. Holos Software, Inc.
  10. ..!gatech!holos0!lbr
  11. holos0!lbr@gatech.edu
  12. --------------------------------------
  13. *** t/io/tell.t.old    Tue Apr 23 23:48:44 1991
  14. --- t/io/tell.t    Thu Nov 14 08:57:10 1991
  15. ***************
  16. *** 6,12 ****
  17.   
  18.   $TST = 'tst';
  19.   
  20. ! open($TST, '../Makefile') || (die "Can't open ../Makefile");
  21.   
  22.   if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }
  23.   
  24. --- 6,12 ----
  25.   
  26.   $TST = 'tst';
  27.   
  28. ! open($TST, '../doio.c') || (die "Can't open ../doio.c");
  29.   
  30.   if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }
  31.   
  32.